home *** CD-ROM | disk | FTP | other *** search
/ The Scientific Center / The Scientific Center.iso / pc / SE.DXR / Internal_221_b_metd.ls < prev    next >
Encoding:
Text File  |  1999-03-22  |  249 b   |  19 lines

  1. on mouseDown me
  2.   beep()
  3. end
  4.  
  5. on mouseUp me
  6.   go("met_det")
  7.   cursor(-1)
  8. end
  9.  
  10. on mouseEnter me
  11.   cursor(280)
  12.   set the ink of sprite the currentSpriteNum to 2
  13. end
  14.  
  15. on mouseLeave me
  16.   cursor(-1)
  17.   set the ink of sprite the currentSpriteNum to 36
  18. end
  19.